home *** CD-ROM | disk | FTP | other *** search
- head 39.2;
- access;
- symbols
- V39_2:39.2
- V39_1:39.1;
- locks; strict;
- comment @# @;
-
-
- 39.2
- date 95.11.13.23.45.50; author StRuppert; state Exp;
- branches;
- next 39.1;
-
- 39.1
- date 95.08.07.23.46.06; author StRuppert; state Exp;
- branches;
- next ;
-
-
- desc
- @initial
- @
-
-
- 39.2
- log
- @*** empty log message ***
- @
- text
- @;
- ; $PROJECT: cli.datatype
- ;
- ; $VER: classbase.i 39.1 (06.08.95)
- ;
- ; by
- ;
- ; Stefan Ruppert , Windthorststrasse 5 , 65439 Floersheim , GERMANY
- ;
- ; (C) Copyright 1995
- ; All Rights Reserved !
- ;
- ; $HISTORY:
- ;
- ; 06.08.95 : 039.001 : initial
- ;
-
- IFND CLASSBASE_I
- CLASSBASE_I SET 1
-
- ;-----------------------------------------------------------------------
-
- INCLUDE "exec/types.i"
- INCLUDE "exec/libraries.i"
- INCLUDE "exec/lists.i"
- INCLUDE "exec/semaphores.i"
- INCLUDE "utility/tagitem.i"
-
- INCLUDE "cli_rev.i"
-
- ;-----------------------------------------------------------------------
-
- STRUCTURE ClassBase,LIB_SIZE
- UWORD cb_UniqueCnt
- ULONG cb_SysBase
- ULONG cb_DOSBase
- ULONG cb_IntuitionBase
- ULONG cb_GfxBase
- ULONG cb_UtilityBase
- ULONG cb_DataTypesBase
- ULONG cb_SegList
- STRUCT cb_Lock,SS_SIZE
- ULONG cb_Class
- LABEL ClassBase_SIZEOF
-
-
- ENGINE equ _ObtainCliEngine
-
- XREF _ObtainCliEngine
-
- ;-----------------------------------------------------------------------
-
- LIBINIT
-
- LIBDEF _LVODispatch
-
- ;-----------------------------------------------------------------------
-
- CALL MACRO <Function_Name>
- xref _LVO\1
- jsr _LVO\1(A6)
- ENDM
-
- ;-----------------------------------------------------------------------
-
- GO MACRO <Function_Name>
- xref _LVO\1
- jmp _LVO\1(A6)
- ENDM
-
- ;----------------------------------------------------------------------
-
- ENDC ; CLASSBASE_I
-
- @
-
-
- 39.1
- log
- @*** empty log message ***
- @
- text
- @d40 1
- a40 1
- ULONG cb_SuperClassBase
- @
-